object FmSplash: TFmSplash Left = 245 Top = 221 BorderIcons = [] BorderStyle = bsNone Caption = 'FmSplash' ClientHeight = 270 ClientWidth = 450 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 450 Height = 270 AutoSize = True OnClick = Image1Click end object Bevel1: TBevel Left = 136 Top = 160 Width = 305 Height = 2 Shape = bsTopLine end object hyperlink: TLabel Left = 232 Top = 240 Width = 103 Height = 13 Cursor = crHandPoint Caption = 'www.audiophiler.com' Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False Transparent = True Visible = False OnClick = BtnOrderClick end object BtnOrder: TcxButton Left = 184 Top = 232 Width = 80 Height = 27 Caption = 'Order...' Enabled = False TabOrder = 0 Visible = False OnClick = BtnOrderClick LookAndFeel.Kind = lfStandard LookAndFeel.NativeStyle = True end object BtnRegister: TcxButton Left = 272 Top = 232 Width = 80 Height = 27 Caption = 'Register...' Enabled = False TabOrder = 1 Visible = False OnClick = BtnRegisterClick LookAndFeel.Kind = lfStandard LookAndFeel.NativeStyle = True end object BtnClose: TcxButton Left = 360 Top = 232 Width = 80 Height = 27 Caption = 'Close' Enabled = False ModalResult = 2 TabOrder = 2 Visible = False OnClick = BtnCloseClick LookAndFeel.Kind = lfStandard LookAndFeel.NativeStyle = True end end